QuickOPC User's Guide and Reference
UANamedNodePath Constructor(UANodeDescriptor,IReadOnlyList<String>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodePath Class > UANamedNodePath Constructor : UANamedNodePath Constructor(UANodeDescriptor,IReadOnlyList<String>)
Descriptor of the base node of the named node path.
The path elements of the named node path, i.e. the names of nodes from the base node forwards.
Initializes a new instance, with given base node descriptor and path elements.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseNodeDescriptor As UANodeDescriptor, _
   ByVal pathElements As IReadOnlyList(Of String) _
)
'Usage
 
Dim baseNodeDescriptor As UANodeDescriptor
Dim pathElements As IReadOnlyList(Of String)
 
Dim instance As New UANamedNodePath(baseNodeDescriptor, pathElements)

Parameters

baseNodeDescriptor
Descriptor of the base node of the named node path.
pathElements
The path elements of the named node path, i.e. the names of nodes from the base node forwards.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also